time.absSeconds.clock (method)

6 uses

	time (current package)
		format.go#L580: 	hour, minute, second := abs.clock()
		format.go#L702: 			hour, min, sec = abs.clock()
		format_rfc3339.go#L32: 	hour, min, sec := abs.clock()
		time.go#L867: 	return t.absSec().clock()
		time.go#L871: func (abs absSeconds) clock() (hour, min, sec int) {
		time.go#L1930: 	return absSeconds(abs + marchThruDecember*secondsPerDay).clock()